ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / GridTileTagHelper<TControl> Class / RowSpan Property

In This Topic
    RowSpan Property (GridTileTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.GridTile.RowSpan. Sets the row spans occupied by this tile.
    Syntax
    'Declaration
     
    Public Property RowSpan As Integer
    public int RowSpan {get; set;}
    See Also